@font-face {
    font-family: font;
    src: url(../../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;

}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-transform: capitalize;
    text-decoration: none;
    font-family: font;
    list-style: none;
}
.m-contact-info{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 10% !important;
    margin: 2em 0 !important;
    margin-bottom: 1em !important;
}
.m-contact-info li{
    width: 32%;
    height: auto;
    float: left;
    box-sizing: border-box;
    list-style: none;
    padding: 1.5em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(80 106 173);
    border-radius: 5px;
    margin: 1em 1%;
    background-color: white;
    box-shadow: 0 0 5px 0 rgb(80 106 173 / 38%);
}
.m-contact-info li:first-child{
    margin-right: 0;
}
.m-contact-info li:last-child{
    margin-left: 0;
}
.m-contact-info i{
    font-size: 50px;
    color: rgb(80 106 173);
    transition: 0.4s;
}
.m-contact-info li:hover i{
    color: #AF4BDE;
    transition: 0.4s;
}
.m-contact-info li:nth-child(1) i{
    font-size: 50px;
}
.m-contact-info li:nth-child(2) i{
    font-size: 55px;
}
.m-contact-info li:nth-child(3) i{
    font-size: 65px;
}
.m-contact-info h3{
    margin: 1em 0;
    font-size: 20px;
    text-align: center;
}
.m-contact-info :where(p,a){
    margin: 0;
    color: #6b6b6b;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0.5em;
    transition: 0.4s;
}
.m-contact-info :where(p,a):last-child{
    margin-bottom: 0 !important;
}
.m-contact-info a:hover{
    color: rgb(80 106 173);
    transition: 0.4s;
}
@media only screen and (max-width:1200px){
    .m-contact-info {
        flex-direction: column;
        align-items: center;
    }
    .m-contact-info li {
        width: 30em;
        margin: 1em 0;
    }
}
@media only screen and (max-width:650px){
    .m-contact-info li {
        width: 100%;
    }
    .m-contact-info{
        padding: 1em 5% !important;
    }
}